home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Documents / Other / PostScript2to1.txt < prev    next >
Text File  |  1994-04-26  |  409b  |  18 lines

  1.  
  2. PostScript Trick.
  3.  
  4. Here's a trick to print or combine two or four page PostScript
  5. file into a single page...
  6.  
  7. localhost> psnup -n 2 test1.ps >test.ps
  8.  
  9. The above will take a multi-page PostScript file and combine 
  10. two PostScript pages onto the same page...
  11.  
  12. localhost> psnup -n 4 test1.ps >test.ps
  13.  
  14. This one will combine four pages onto the same page.
  15.  
  16. Look at the man pages for psnup for more information.
  17.  
  18.